Global Index
HTML5 JS API Index > Media Tutorials & Specs

TrackEventInit

Extends EventInit.

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
(VideoTrack or AudioTrack or TextTrack)
track
The track attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the context information for the event.
Referenced by
TrackEventTrackEvent(...)